home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNet 2006 March
/
PCnet 2006-06.3.iso
/
Apps
/
Flash
/
FDBuilder1160CNET.exe
/
CDTools
/
startup.swf
/
scripts
/
DefineSprite_24
/
frame_6
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-25
|
123 b
|
12 lines
if(tvol > 0)
{
vol = tvol;
gotoAndPlay(5);
}
else
{
vol = 0;
gotoAndStop(2);
}
_parent.setVol(vol);